Html Css Color HEX #EDF080 Texas

📋 copy color: '#EDF080'

red 237 ◦ green 240 ◦ blue 128

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

Shades of Texas #EDF080

Tints of Texas #EDF080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 21.16%

R = 39.17%
G = 39.67%
B = 21.16%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EDF080 (or 0xEDF080) is known color: Texas. HEX triplet: ED, F0 and 80. RGB value is (237,240,128). Sum of RGB (Red+Green+Blue) = 237+240+128=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 240 (94.14% from 255 or 39.67% from 605); Blue value is 128 (50.39% from 255 or 21.16% from 605); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF080 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF080 is #120F7F. Grayscale: #E2E2E2. Windows color (decimal): -1183616 or 8450285. OLE color: 8450285.

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

Color convert

RGB 237 240 128 -
CMYK 0.01 0 0.47 0.06
HSL 61.61º 0.79% 0.72% -
HSV(B) 61.61º 0.47% 0.94% -
XYZ 69.98 81.88 32.54 -
YUV 226.34 72.51 135.61 -
System Red Green Blue C M Y K H S L
Decimal 237 240 128 0.01 0 0.47 0.06 61.61 0.79 0.72
Hex ED F0 80 1 0 2F 6 3E 4F 48
Octal 355 360 200 1 0 57 6 76 117 110
Binary 11101101 11110000 10000000 1 0 101111 110 111110 1001111 1001000

Color Harmonies of #EDF080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF080

Black with #EDF080

Text Example


Text Example

White with #EDF080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF080; }

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

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

background-color css

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

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

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

border-color css

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

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

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