Html Css Color HEX #EDE67C Texas

📋 copy color: '#EDE67C'

red 237 ◦ green 230 ◦ blue 124

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

Shades of Texas #EDE67C

Tints of Texas #EDE67C

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.92%

 BLUE value IS 124 (48.83% from 255) = 20.98%

R = 40.1%
G = 38.92%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EDE67C (or 0xEDE67C) is known color: Texas. HEX triplet: ED, E6 and 7C. RGB value is (237,230,124). Sum of RGB (Red+Green+Blue) = 237+230+124=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 230 (90.23% from 255 or 38.92% from 591); Blue value is 124 (48.83% from 255 or 20.98% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE67C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE67C is #121983. Grayscale: #DCDCDC. Windows color (decimal): -1186180 or 8185581. OLE color: 8185581.

HSL color Cylindrical-coordinate representation of color #EDE67C: hue angle of 56.28º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EDE67C is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 230 124 -
CMYK 0 0.03 0.48 0.07
HSL 56.28º 0.76% 0.71% -
HSV(B) 56.28º 0.48% 0.93% -
XYZ 66.86 76.05 30.22 -
YUV 220.01 73.82 140.12 -
System Red Green Blue C M Y K H S L
Decimal 237 230 124 0 0.03 0.48 0.07 56.28 0.76 0.71
Hex ED E6 7C 0 3 30 7 38 4C 47
Octal 355 346 174 0 3 60 7 70 114 107
Binary 11101101 11100110 1111100 0 11 110000 111 111000 1001100 1000111

Color Harmonies of #EDE67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE67C

Black with #EDE67C

Text Example


Text Example

White with #EDE67C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE67C; }

 p { color: rgb(237,230,124); }

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

background-color css

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

 a { background-color: rgb(237,230,124); }

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

border-color css

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

 span { border-color: rgb(237,230,124); }

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