Html Css Color HEX #EDF380 Texas

📋 copy color: '#EDF380'

red 237 ◦ green 243 ◦ blue 128

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

Shades of Texas #EDF380

Tints of Texas #EDF380

RGB

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

 GREEN value IS 243 (95.31% from 255) = 39.97%

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

R = 38.98%
G = 39.97%
B = 21.05%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#EDF380 (or 0xEDF380) is known color: Texas. HEX triplet: ED, F3 and 80. RGB value is (237,243,128). Sum of RGB (Red+Green+Blue) = 237+243+128=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 243 (95.31% from 255 or 39.97% from 608); Blue value is 128 (50.39% from 255 or 21.05% from 608); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF380 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF380 is #120C7F. Grayscale: #E4E4E4. Windows color (decimal): -1182848 or 8451053. OLE color: 8451053.

HSL color Cylindrical-coordinate representation of color #EDF380: hue angle of 63.13º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EDF380 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 243 128 -
CMYK 0.02 0 0.47 0.05
HSL 63.13º 0.83% 0.73% -
HSV(B) 63.13º 0.47% 0.95% -
XYZ 70.87 83.66 32.84 -
YUV 228.1 71.51 134.35 -
System Red Green Blue C M Y K H S L
Decimal 237 243 128 0.02 0 0.47 0.05 63.13 0.83 0.73
Hex ED F3 80 2 0 2F 5 3F 53 49
Octal 355 363 200 2 0 57 5 77 123 111
Binary 11101101 11110011 10000000 10 0 101111 101 111111 1010011 1001001

Color Harmonies of #EDF380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF380

Black with #EDF380

Text Example


Text Example

White with #EDF380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF380; }

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

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

background-color css

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

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

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

border-color css

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

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

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