Html Css Color HEX #EDF081 Texas

📋 copy color: '#EDF081'

red 237 ◦ green 240 ◦ blue 129

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

Shades of Texas #EDF081

Tints of Texas #EDF081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 21.29%

R = 39.11%
G = 39.6%
B = 21.29%

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

#EDF081 (or 0xEDF081) is known color: Texas. HEX triplet: ED, F0 and 81. RGB value is (237,240,129). Sum of RGB (Red+Green+Blue) = 237+240+129=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 240 (94.14% from 255 or 39.60% from 606); Blue value is 129 (50.78% from 255 or 21.29% from 606); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF081 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF081 is #120F7E. Grayscale: #E2E2E2. Windows color (decimal): -1183615 or 8515821. OLE color: 8515821.

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

Color convert

RGB 237 240 129 -
CMYK 0.01 0 0.46 0.06
HSL 61.62º 0.79% 0.72% -
HSV(B) 61.62º 0.46% 0.94% -
XYZ 70.05 81.91 32.89 -
YUV 226.45 73.01 135.53 -
System Red Green Blue C M Y K H S L
Decimal 237 240 129 0.01 0 0.46 0.06 61.62 0.79 0.72
Hex ED F0 81 1 0 2E 6 3E 4F 48
Octal 355 360 201 1 0 56 6 76 117 110
Binary 11101101 11110000 10000001 1 0 101110 110 111110 1001111 1001000

Color Harmonies of #EDF081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF081

Black with #EDF081

Text Example


Text Example

White with #EDF081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF081; }

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

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

background-color css

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

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

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

border-color css

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

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

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