Html Css Color HEX #EDE682 Texas

📋 copy color: '#EDE682'

red 237 ◦ green 230 ◦ blue 130

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

Shades of Texas #EDE682

Tints of Texas #EDE682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 21.78%

R = 39.7%
G = 38.53%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EDE682 (or 0xEDE682) is known color: Texas. HEX triplet: ED, E6 and 82. RGB value is (237,230,130). Sum of RGB (Red+Green+Blue) = 237+230+130=597 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.70% from 597); Green value is 230 (90.23% from 255 or 38.53% from 597); Blue value is 130 (51.17% from 255 or 21.78% from 597); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE682 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE682 is #12197D. Grayscale: #DDDDDD. Windows color (decimal): -1186174 or 8578797. OLE color: 8578797.

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

Color convert

RGB 237 230 130 -
CMYK 0 0.03 0.45 0.07
HSL 56.07º 0.75% 0.72% -
HSV(B) 56.07º 0.45% 0.93% -
XYZ 67.25 76.21 32.28 -
YUV 220.69 76.82 139.63 -
System Red Green Blue C M Y K H S L
Decimal 237 230 130 0 0.03 0.45 0.07 56.07 0.75 0.72
Hex ED E6 82 0 3 2D 7 38 4B 48
Octal 355 346 202 0 3 55 7 70 113 110
Binary 11101101 11100110 10000010 0 11 101101 111 111000 1001011 1001000

Color Harmonies of #EDE682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE682

Black with #EDE682

Text Example


Text Example

White with #EDE682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE682; }

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

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

background-color css

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

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

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

border-color css

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

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

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