Html Css Color HEX #EDE17B Texas

📋 copy color: '#EDE17B'

red 237 ◦ green 225 ◦ blue 123

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

Shades of Texas #EDE17B

Tints of Texas #EDE17B

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.46%

 BLUE value IS 123 (48.44% from 255) = 21.03%

R = 40.51%
G = 38.46%
B = 21.03%

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

#EDE17B (or 0xEDE17B) is known color: Texas. HEX triplet: ED, E1 and 7B. RGB value is (237,225,123). Sum of RGB (Red+Green+Blue) = 237+225+123=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 225 (88.28% from 255 or 38.46% from 585); Blue value is 123 (48.44% from 255 or 21.03% from 585); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE17B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE17B is #121E84. Grayscale: #D9D9D9. Windows color (decimal): -1187461 or 8118765. OLE color: 8118765.

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

Color convert

RGB 237 225 123 -
CMYK 0 0.05 0.48 0.07
HSL 53.68º 0.76% 0.71% -
HSV(B) 53.68º 0.48% 0.93% -
XYZ 65.43 73.29 29.44 -
YUV 216.96 74.98 142.29 -
System Red Green Blue C M Y K H S L
Decimal 237 225 123 0 0.05 0.48 0.07 53.68 0.76 0.71
Hex ED E1 7B 0 5 30 7 36 4C 47
Octal 355 341 173 0 5 60 7 66 114 107
Binary 11101101 11100001 1111011 0 101 110000 111 110110 1001100 1000111

Color Harmonies of #EDE17B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE17B

Black with #EDE17B

Text Example


Text Example

White with #EDE17B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE17B; }

 p { color: rgb(237,225,123); }

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

background-color css

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

 a { background-color: rgb(237,225,123); }

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

border-color css

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

 span { border-color: rgb(237,225,123); }

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