Html Css Color HEX #EDE67A Texas

📋 copy color: '#EDE67A'

red 237 ◦ green 230 ◦ blue 122

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

Shades of Texas #EDE67A

Tints of Texas #EDE67A

RGB

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

 GREEN value IS 230 (90.23% from 255) = 39.05%

 BLUE value IS 122 (48.05% from 255) = 20.71%

R = 40.24%
G = 39.05%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EDE67A (or 0xEDE67A) is known color: Texas. HEX triplet: ED, E6 and 7A. RGB value is (237,230,122). Sum of RGB (Red+Green+Blue) = 237+230+122=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 230 (90.23% from 255 or 39.05% from 589); Blue value is 122 (48.05% from 255 or 20.71% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE67A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE67A is #121985. Grayscale: #DCDCDC. Windows color (decimal): -1186182 or 8054509. OLE color: 8054509.

HSL color Cylindrical-coordinate representation of color #EDE67A: hue angle of 56.35º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EDE67A is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 230 122 -
CMYK 0 0.03 0.49 0.07
HSL 56.35º 0.76% 0.7% -
HSV(B) 56.35º 0.49% 0.93% -
XYZ 66.73 76 29.57 -
YUV 219.78 72.82 140.28 -
System Red Green Blue C M Y K H S L
Decimal 237 230 122 0 0.03 0.49 0.07 56.35 0.76 0.7
Hex ED E6 7A 0 3 31 7 38 4C 46
Octal 355 346 172 0 3 61 7 70 114 106
Binary 11101101 11100110 1111010 0 11 110001 111 111000 1001100 1000110

Color Harmonies of #EDE67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE67A

Black with #EDE67A

Text Example


Text Example

White with #EDE67A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE67A; }

 p { color: rgb(237,230,122); }

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

background-color css

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

 a { background-color: rgb(237,230,122); }

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

border-color css

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

 span { border-color: rgb(237,230,122); }

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