Html Css Color HEX #EDE27C Texas

📋 copy color: '#EDE27C'

red 237 ◦ green 226 ◦ blue 124

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

Shades of Texas #EDE27C

Tints of Texas #EDE27C

RGB

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

 GREEN value IS 226 (88.67% from 255) = 38.5%

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

R = 40.37%
G = 38.5%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EDE27C (or 0xEDE27C) is known color: Texas. HEX triplet: ED, E2 and 7C. RGB value is (237,226,124). Sum of RGB (Red+Green+Blue) = 237+226+124=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 226 (88.67% from 255 or 38.50% from 587); Blue value is 124 (48.83% from 255 or 21.12% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE27C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE27C is #121D83. Grayscale: #DADADA. Windows color (decimal): -1187204 or 8184557. OLE color: 8184557.

HSL color Cylindrical-coordinate representation of color #EDE27C: hue angle of 54.16º 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 #EDE27C is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 226 124 -
CMYK 0 0.05 0.48 0.07
HSL 54.16º 0.76% 0.71% -
HSV(B) 54.16º 0.48% 0.93% -
XYZ 65.76 73.85 29.86 -
YUV 217.66 75.14 141.79 -
System Red Green Blue C M Y K H S L
Decimal 237 226 124 0 0.05 0.48 0.07 54.16 0.76 0.71
Hex ED E2 7C 0 5 30 7 36 4C 47
Octal 355 342 174 0 5 60 7 66 114 107
Binary 11101101 11100010 1111100 0 101 110000 111 110110 1001100 1000111

Color Harmonies of #EDE27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE27C

Black with #EDE27C

Text Example


Text Example

White with #EDE27C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE27C; }

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

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

background-color css

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

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

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

border-color css

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

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

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