Html Css Color HEX #EADF7B Texas

📋 copy color: '#EADF7B'

red 234 ◦ green 223 ◦ blue 123

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

Shades of Texas #EADF7B

Tints of Texas #EADF7B

RGB

 RED value IS 234 (91.8% from 255) = 40.34%

 GREEN value IS 223 (87.5% from 255) = 38.45%

 BLUE value IS 123 (48.44% from 255) = 21.21%

R = 40.34%
G = 38.45%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EADF7B (or 0xEADF7B) is known color: Texas. HEX triplet: EA, DF and 7B. RGB value is (234,223,123). Sum of RGB (Red+Green+Blue) = 234+223+123=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 223 (87.5% from 255 or 38.45% from 580); Blue value is 123 (48.44% from 255 or 21.21% from 580); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADF7B is #152084. Grayscale: #D7D7D7. Windows color (decimal): -1384581 or 8118250. OLE color: 8118250.

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

Color convert

RGB 234 223 123 -
CMYK 0 0.05 0.47 0.08
HSL 54.05º 0.73% 0.7% -
HSV(B) 54.05º 0.47% 0.92% -
XYZ 63.89 71.7 29.21 -
YUV 214.89 76.14 141.63 -
System Red Green Blue C M Y K H S L
Decimal 234 223 123 0 0.05 0.47 0.08 54.05 0.73 0.7
Hex EA DF 7B 0 5 2F 8 36 49 46
Octal 352 337 173 0 5 57 10 66 111 106
Binary 11101010 11011111 1111011 0 101 101111 1000 110110 1001001 1000110

Color Harmonies of #EADF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADF7B

Black with #EADF7B

Text Example


Text Example

White with #EADF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADF7B; }

 p { color: rgb(234,223,123); }

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

background-color css

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

 a { background-color: rgb(234,223,123); }

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

border-color css

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

 span { border-color: rgb(234,223,123); }

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