Html Css Color HEX #EDE384 Texas

📋 copy color: '#EDE384'

red 237 ◦ green 227 ◦ blue 132

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

Shades of Texas #EDE384

Tints of Texas #EDE384

RGB

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

 GREEN value IS 227 (89.06% from 255) = 38.09%

 BLUE value IS 132 (51.95% from 255) = 22.15%

R = 39.77%
G = 38.09%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EDE384 (or 0xEDE384) is known color: Texas. HEX triplet: ED, E3 and 84. RGB value is (237,227,132). Sum of RGB (Red+Green+Blue) = 237+227+132=596 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.77% from 596); Green value is 227 (89.06% from 255 or 38.09% from 596); Blue value is 132 (51.95% from 255 or 22.15% from 596); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE384 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE384 is #121C7B. Grayscale: #DBDBDB. Windows color (decimal): -1186940 or 8709101. OLE color: 8709101.

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

Color convert

RGB 237 227 132 -
CMYK 0 0.04 0.44 0.07
HSL 54.29º 0.74% 0.72% -
HSV(B) 54.29º 0.44% 0.93% -
XYZ 66.56 74.61 32.72 -
YUV 219.16 78.81 140.72 -
System Red Green Blue C M Y K H S L
Decimal 237 227 132 0 0.04 0.44 0.07 54.29 0.74 0.72
Hex ED E3 84 0 4 2C 7 36 4A 48
Octal 355 343 204 0 4 54 7 66 112 110
Binary 11101101 11100011 10000100 0 100 101100 111 110110 1001010 1001000

Color Harmonies of #EDE384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE384

Black with #EDE384

Text Example


Text Example

White with #EDE384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE384; }

 p { color: rgb(237,227,132); }

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

background-color css

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

 a { background-color: rgb(237,227,132); }

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

border-color css

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

 span { border-color: rgb(237,227,132); }

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