Html Css Color HEX #EDE27A Texas

📋 copy color: '#EDE27A'

red 237 ◦ green 226 ◦ blue 122

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

Shades of Texas #EDE27A

Tints of Texas #EDE27A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 20.85%

R = 40.51%
G = 38.63%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EDE27A (or 0xEDE27A) is known color: Texas. HEX triplet: ED, E2 and 7A. RGB value is (237,226,122). Sum of RGB (Red+Green+Blue) = 237+226+122=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 226 (88.67% from 255 or 38.63% from 585); Blue value is 122 (48.05% from 255 or 20.85% from 585); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE27A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE27A is #121D85. Grayscale: #D9D9D9. Windows color (decimal): -1187206 or 8053485. OLE color: 8053485.

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

Color convert

RGB 237 226 122 -
CMYK 0 0.05 0.49 0.07
HSL 54.26º 0.76% 0.7% -
HSV(B) 54.26º 0.49% 0.93% -
XYZ 65.63 73.8 29.2 -
YUV 217.43 74.14 141.96 -
System Red Green Blue C M Y K H S L
Decimal 237 226 122 0 0.05 0.49 0.07 54.26 0.76 0.7
Hex ED E2 7A 0 5 31 7 36 4C 46
Octal 355 342 172 0 5 61 7 66 114 106
Binary 11101101 11100010 1111010 0 101 110001 111 110110 1001100 1000110

Color Harmonies of #EDE27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE27A

Black with #EDE27A

Text Example


Text Example

White with #EDE27A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE27A; }

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

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

background-color css

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

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

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

border-color css

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

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

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