#EDE678

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

Shades of Texas #EDE678

Tints of Texas #EDE678

Color information

#EDE678 (or 0xEDE678) is unknown color: approx Texas. HEX triplet: ED, E6 and 78. RGB value is (237,230,120). Sum of RGB (Red+Green+Blue) = 237+230+120=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 230 (90.23% from 255 or 39.18% from 587); Blue value is 120 (47.27% from 255 or 20.44% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE678 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE678 is #121987. Grayscale: #DBDBDB. Windows color (decimal): -1186184 or 7923437. OLE color: 7923437.

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

Color convert

RGB237230120-
CMYK00.030.490.07
HSL56.41º76.47%70%-
HSV(B)56.41º49.37%92.94%-
XYZ66.6175.9528.92-
YUV219.5571.82140.44-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.37%
GREEN value IS 230 (90.23% from 255) = 39.18%
BLUE value IS 120 (47.27% from 255) = 20.44%
R=40.37%
G=39.18%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723012000.030.490.0756.4176.4770
HexEDE67803317384c46
Octal3553461700361770114106
Binary1110110111100110111100001111000111111100010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE678; }

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

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

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

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

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

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

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

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