Html Css Color HEX #EDF082 Texas

📋 copy color: '#EDF082'

red 237 ◦ green 240 ◦ blue 130

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

Shades of Texas #EDF082

Tints of Texas #EDF082

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.54%

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

R = 39.04%
G = 39.54%
B = 21.42%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EDF082 (or 0xEDF082) is known color: Texas. HEX triplet: ED, F0 and 82. RGB value is (237,240,130). Sum of RGB (Red+Green+Blue) = 237+240+130=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 240 (94.14% from 255 or 39.54% from 607); Blue value is 130 (51.17% from 255 or 21.42% from 607); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF082 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF082 is #120F7D. Grayscale: #E3E3E3. Windows color (decimal): -1183614 or 8581357. OLE color: 8581357.

HSL color Cylindrical-coordinate representation of color #EDF082: hue angle of 61.64º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDF082 is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 240 130 -
CMYK 0.01 0 0.46 0.06
HSL 61.64º 0.79% 0.73% -
HSV(B) 61.64º 0.46% 0.94% -
XYZ 70.11 81.94 33.24 -
YUV 226.56 73.51 135.44 -
System Red Green Blue C M Y K H S L
Decimal 237 240 130 0.01 0 0.46 0.06 61.64 0.79 0.73
Hex ED F0 82 1 0 2E 6 3E 4F 49
Octal 355 360 202 1 0 56 6 76 117 111
Binary 11101101 11110000 10000010 1 0 101110 110 111110 1001111 1001001

Color Harmonies of #EDF082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF082

Black with #EDF082

Text Example


Text Example

White with #EDF082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF082; }

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

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

background-color css

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

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

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

border-color css

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

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

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