#EDE07B

Color #EDE07B Texas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Texas #EDE07B

Tints of Texas #EDE07B

Color information

#EDE07B (or 0xEDE07B) is unknown color: approx Texas. HEX triplet: ED, E0 and 7B. RGB value is (237,224,123). Sum of RGB (Red+Green+Blue) = 237+224+123=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 224 (87.89% from 255 or 38.36% from 584); Blue value is 123 (48.44% from 255 or 21.06% from 584); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE07B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE07B is #121F84. Grayscale: #D8D8D8. Windows color (decimal): -1187717 or 8118509. OLE color: 8118509.

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

Color convert

RGB237224123-
CMYK00.050.480.07
HSL53.16º76%70.59%-
HSV(B)53.16º48.1%92.94%-
XYZ65.1672.7529.35-
YUV216.3775.31142.71-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.58%
GREEN value IS 224 (87.89% from 255) = 38.36%
BLUE value IS 123 (48.44% from 255) = 21.06%
R=40.58%
G=38.36%
B=21.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722412300.050.480.0753.167670.59
HexEDE07B05307354c47
Octal3553401730560765114107
Binary11101101111000001111011010111000011111010110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE07B; }

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

 H1.HeaderClassName
 {
   color: #EDE07B;
 }
 .AnyTagClassName
 {
   color: #EDE07B;
 }
</style>
background-color css

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

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

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

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

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

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