Html Css Color HEX #EDED7D Texas

📋 copy color: '#EDED7D'

red 237 ◦ green 237 ◦ blue 125

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

Shades of Texas #EDED7D

Tints of Texas #EDED7D

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.57%

 BLUE value IS 125 (49.22% from 255) = 20.87%

R = 39.57%
G = 39.57%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EDED7D (or 0xEDED7D) is known color: Texas. HEX triplet: ED, ED and 7D. RGB value is (237,237,125). Sum of RGB (Red+Green+Blue) = 237+237+125=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 237 (92.97% from 255 or 39.57% from 599); Blue value is 125 (49.22% from 255 or 20.87% from 599); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDED7D is #121282. Grayscale: #E0E0E0. Windows color (decimal): -1184387 or 8252909. OLE color: 8252909.

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

Color convert

RGB 237 237 125 -
CMYK 0 0 0.47 0.07
HSL 60º 0.76% 0.71% -
HSV(B) 60º 0.47% 0.93% -
XYZ 68.91 80.05 31.22 -
YUV 224.23 72 137.11 -
System Red Green Blue C M Y K H S L
Decimal 237 237 125 0 0 0.47 0.07 60 0.76 0.71
Hex ED ED 7D 0 0 2F 7 3C 4C 47
Octal 355 355 175 0 0 57 7 74 114 107
Binary 11101101 11101101 1111101 0 0 101111 111 111100 1001100 1000111

Color Harmonies of #EDED7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDED7D

Black with #EDED7D

Text Example


Text Example

White with #EDED7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDED7D; }

 p { color: rgb(237,237,125); }

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

background-color css

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

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

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

border-color css

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

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

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