Html Css Color HEX #EDE675 Texas

📋 copy color: '#EDE675'

red 237 ◦ green 230 ◦ blue 117

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

Shades of Texas #EDE675

Tints of Texas #EDE675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20.03%

R = 40.58%
G = 39.38%
B = 20.03%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EDE675 (or 0xEDE675) is known color: Texas. HEX triplet: ED, E6 and 75. RGB value is (237,230,117). Sum of RGB (Red+Green+Blue) = 237+230+117=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 230 (90.23% from 255 or 39.38% from 584); Blue value is 117 (46.09% from 255 or 20.03% from 584); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE675 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE675 is #12198A. Grayscale: #DBDBDB. Windows color (decimal): -1186187 or 7726829. OLE color: 7726829.

HSL color Cylindrical-coordinate representation of color #EDE675: hue angle of 56.5º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDE675 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 230 117 -
CMYK 0 0.03 0.51 0.07
HSL 56.5º 0.77% 0.69% -
HSV(B) 56.5º 0.51% 0.93% -
XYZ 66.43 75.88 27.98 -
YUV 219.21 70.32 140.69 -
System Red Green Blue C M Y K H S L
Decimal 237 230 117 0 0.03 0.51 0.07 56.5 0.77 0.69
Hex ED E6 75 0 3 33 7 38 4D 45
Octal 355 346 165 0 3 63 7 70 115 105
Binary 11101101 11100110 1110101 0 11 110011 111 111000 1001101 1000101

Color Harmonies of #EDE675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE675

Black with #EDE675

Text Example


Text Example

White with #EDE675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE675; }

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

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

background-color css

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

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

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

border-color css

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

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

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