Html Css Color HEX #EDE27D Texas

📋 copy color: '#EDE27D'

red 237 ◦ green 226 ◦ blue 125

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

Shades of Texas #EDE27D

Tints of Texas #EDE27D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.26%

R = 40.31%
G = 38.44%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EDE27D (or 0xEDE27D) is known color: Texas. HEX triplet: ED, E2 and 7D. RGB value is (237,226,125). Sum of RGB (Red+Green+Blue) = 237+226+125=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 226 (88.67% from 255 or 38.44% from 588); Blue value is 125 (49.22% from 255 or 21.26% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE27D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE27D is #121D82. Grayscale: #DADADA. Windows color (decimal): -1187203 or 8250093. OLE color: 8250093.

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

Color convert

RGB 237 226 125 -
CMYK 0 0.05 0.47 0.07
HSL 54.11º 0.76% 0.71% -
HSV(B) 54.11º 0.47% 0.93% -
XYZ 65.82 73.88 30.19 -
YUV 217.78 75.64 141.71 -
System Red Green Blue C M Y K H S L
Decimal 237 226 125 0 0.05 0.47 0.07 54.11 0.76 0.71
Hex ED E2 7D 0 5 2F 7 36 4C 47
Octal 355 342 175 0 5 57 7 66 114 107
Binary 11101101 11100010 1111101 0 101 101111 111 110110 1001100 1000111

Color Harmonies of #EDE27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE27D

Black with #EDE27D

Text Example


Text Example

White with #EDE27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE27D; }

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

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

background-color css

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

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

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

border-color css

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

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

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