Html Css Color HEX #EDDF74 Texas

📋 copy color: '#EDDF74'

red 237 ◦ green 223 ◦ blue 116

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

Shades of Texas #EDDF74

Tints of Texas #EDDF74

RGB

 RED value IS 237 (92.97% from 255) = 41.15%

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

 BLUE value IS 116 (45.7% from 255) = 20.14%

R = 41.15%
G = 38.72%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EDDF74 (or 0xEDDF74) is known color: Texas. HEX triplet: ED, DF and 74. RGB value is (237,223,116). Sum of RGB (Red+Green+Blue) = 237+223+116=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 223 (87.5% from 255 or 38.72% from 576); Blue value is 116 (45.70% from 255 or 20.14% from 576); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDF74 is #12208B. Grayscale: #D7D7D7. Windows color (decimal): -1187980 or 7659501. OLE color: 7659501.

HSL color Cylindrical-coordinate representation of color #EDDF74: hue angle of 53.06º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDDF74 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 223 116 -
CMYK 0 0.06 0.51 0.07
HSL 53.06º 0.77% 0.69% -
HSV(B) 53.06º 0.51% 0.93% -
XYZ 64.47 72.04 27.03 -
YUV 214.99 72.14 143.7 -
System Red Green Blue C M Y K H S L
Decimal 237 223 116 0 0.06 0.51 0.07 53.06 0.77 0.69
Hex ED DF 74 0 6 33 7 35 4D 45
Octal 355 337 164 0 6 63 7 65 115 105
Binary 11101101 11011111 1110100 0 110 110011 111 110101 1001101 1000101

Color Harmonies of #EDDF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDF74

Black with #EDDF74

Text Example


Text Example

White with #EDDF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDF74; }

 p { color: rgb(237,223,116); }

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

background-color css

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

 a { background-color: rgb(237,223,116); }

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

border-color css

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

 span { border-color: rgb(237,223,116); }

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