Html Css Color HEX #EDE67E Texas

📋 copy color: '#EDE67E'

red 237 ◦ green 230 ◦ blue 126

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

Shades of Texas #EDE67E

Tints of Texas #EDE67E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 21.25%

R = 39.97%
G = 38.79%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EDE67E (or 0xEDE67E) is known color: Texas. HEX triplet: ED, E6 and 7E. RGB value is (237,230,126). Sum of RGB (Red+Green+Blue) = 237+230+126=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 230 (90.23% from 255 or 38.79% from 593); Blue value is 126 (49.61% from 255 or 21.25% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE67E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE67E is #121981. Grayscale: #DCDCDC. Windows color (decimal): -1186178 or 8316653. OLE color: 8316653.

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

Color convert

RGB 237 230 126 -
CMYK 0 0.03 0.47 0.07
HSL 56.22º 0.76% 0.71% -
HSV(B) 56.22º 0.47% 0.93% -
XYZ 66.99 76.1 30.9 -
YUV 220.24 74.82 139.96 -
System Red Green Blue C M Y K H S L
Decimal 237 230 126 0 0.03 0.47 0.07 56.22 0.76 0.71
Hex ED E6 7E 0 3 2F 7 38 4C 47
Octal 355 346 176 0 3 57 7 70 114 107
Binary 11101101 11100110 1111110 0 11 101111 111 111000 1001100 1000111

Color Harmonies of #EDE67E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE67E

Black with #EDE67E

Text Example


Text Example

White with #EDE67E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE67E; }

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

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

background-color css

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

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

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

border-color css

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

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

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