Html Css Color HEX #EDED7B Texas

📋 copy color: '#EDED7B'

red 237 ◦ green 237 ◦ blue 123

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

Shades of Texas #EDED7B

Tints of Texas #EDED7B

RGB

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

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

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

R = 39.7%
G = 39.7%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EDED7B (or 0xEDED7B) is known color: Texas. HEX triplet: ED, ED and 7B. RGB value is (237,237,123). Sum of RGB (Red+Green+Blue) = 237+237+123=597 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.70% from 597); Green value is 237 (92.97% from 255 or 39.70% from 597); Blue value is 123 (48.44% from 255 or 20.60% from 597); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED7B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDED7B is #121284. Grayscale: #E0E0E0. Windows color (decimal): -1184389 or 8121837. OLE color: 8121837.

HSL color Cylindrical-coordinate representation of color #EDED7B: 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.48%. Process color model (Four color, CMYK) of #EDED7B is Cyan = 0, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 237 123 -
CMYK 0 0 0.48 0.07
HSL 60º 0.76% 0.71% -
HSV(B) 60º 0.48% 0.93% -
XYZ 68.78 80 30.56 -
YUV 224 71 137.27 -
System Red Green Blue C M Y K H S L
Decimal 237 237 123 0 0 0.48 0.07 60 0.76 0.71
Hex ED ED 7B 0 0 30 7 3C 4C 47
Octal 355 355 173 0 0 60 7 74 114 107
Binary 11101101 11101101 1111011 0 0 110000 111 111100 1001100 1000111

Color Harmonies of #EDED7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDED7B

Black with #EDED7B

Text Example


Text Example

White with #EDED7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDED7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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