Html Css Color HEX #EBE37D Texas

📋 copy color: '#EBE37D'

red 235 ◦ green 227 ◦ blue 125

#EBE37D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Texas #EBE37D

Tints of Texas #EBE37D

RGB

 RED value IS 235 (92.19% from 255) = 40.03%

 GREEN value IS 227 (89.06% from 255) = 38.67%

 BLUE value IS 125 (49.22% from 255) = 21.29%

R = 40.03%
G = 38.67%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EBE37D (or 0xEBE37D) is known color: Texas. HEX triplet: EB, E3 and 7D. RGB value is (235,227,125). Sum of RGB (Red+Green+Blue) = 235+227+125=587 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.03% from 587); Green value is 227 (89.06% from 255 or 38.67% from 587); Blue value is 125 (49.22% from 255 or 21.29% from 587); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE37D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE37D is #141C82. Grayscale: #DADADA. Windows color (decimal): -1318019 or 8250347. OLE color: 8250347.

HSL color Cylindrical-coordinate representation of color #EBE37D: hue angle of 55.64º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EBE37D is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 227 125 -
CMYK 0 0.03 0.47 0.08
HSL 55.64º 0.73% 0.71% -
HSV(B) 55.64º 0.47% 0.92% -
XYZ 65.43 74.08 30.25 -
YUV 217.76 75.65 140.29 -
System Red Green Blue C M Y K H S L
Decimal 235 227 125 0 0.03 0.47 0.08 55.64 0.73 0.71
Hex EB E3 7D 0 3 2F 8 38 49 47
Octal 353 343 175 0 3 57 10 70 111 107
Binary 11101011 11100011 1111101 0 11 101111 1000 111000 1001001 1000111

Color Harmonies of #EBE37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE37D

Black with #EBE37D

Text Example


Text Example

White with #EBE37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE37D; }

 p { color: rgb(235,227,125); }

 H1.HeaderClassName
 {
   color: #EBE37D;
 }
 .AnyTagClassName
 {
   color: #EBE37D;
 }
</style>

background-color css

<style>
 a { background-color: #EBE37D; }

 a { background-color: rgb(235,227,125); }

 div.DivClassName
 {
   background-color: #EBE37D;
 }
 .BgClassName
 {
   background-color: #EBE37D;
 }
</style>

border-color css

<style>
 span { border-color: #EBE37D; }

 span { border-color: rgb(235,227,125); }

 td.TdClassName
 {
   border-color: #EBE37D;
 }
 .TagClassName
 {
   border-color: #EBE37D;
 }
</style>