Html Css Color HEX #EBE37F Texas

📋 copy color: '#EBE37F'

red 235 ◦ green 227 ◦ blue 127

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

Shades of Texas #EBE37F

Tints of Texas #EBE37F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 21.56%

R = 39.9%
G = 38.54%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EBE37F (or 0xEBE37F) is known color: Texas. HEX triplet: EB, E3 and 7F. RGB value is (235,227,127). Sum of RGB (Red+Green+Blue) = 235+227+127=589 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.90% from 589); Green value is 227 (89.06% from 255 or 38.54% from 589); Blue value is 127 (50% from 255 or 21.56% from 589); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE37F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE37F is #141C80. Grayscale: #DADADA. Windows color (decimal): -1318017 or 8381419. OLE color: 8381419.

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

Color convert

RGB 235 227 127 -
CMYK 0 0.03 0.46 0.08
HSL 55.56º 0.73% 0.71% -
HSV(B) 55.56º 0.46% 0.92% -
XYZ 65.56 74.13 30.93 -
YUV 217.99 76.65 140.13 -
System Red Green Blue C M Y K H S L
Decimal 235 227 127 0 0.03 0.46 0.08 55.56 0.73 0.71
Hex EB E3 7F 0 3 2E 8 38 49 47
Octal 353 343 177 0 3 56 10 70 111 107
Binary 11101011 11100011 1111111 0 11 101110 1000 111000 1001001 1000111

Color Harmonies of #EBE37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE37F

Black with #EBE37F

Text Example


Text Example

White with #EBE37F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE37F; }

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

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

background-color css

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

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

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

border-color css

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

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

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